home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / dev / basic / ActiveWindow.readme < prev    next >
Text File  |  2000-11-01  |  2KB  |  46 lines

  1. Short:    Sample code for auto activating window
  2. Author:   damir.arh@telesat.si (Damir Arh)
  3. Uploader: damir.arh@telesat.si (Damir Arh)
  4. Type:     dev/basic
  5. Requires: Blitz Basic 2.1, AmigaLibsII.res
  6.  
  7. This source code is completely free. You can redistribute and/or modify it
  8. without any restrictions whatsoever.
  9.  
  10. It demonstrates how to open a window which automaticaly activates itself as
  11. long as its screen is the front one. Extensive comments also make it easy to
  12. learn from it or to modify it to your own needs.
  13.  
  14. The routine is particularily useful in cases where you open your own screen and
  15. a window on it which then receives all the events through IDCMP messages and
  16. also changes the pointer. By using this routine you can always know when your
  17. screen is the front one and you can activate the window without the user having
  18. to intervene.
  19.  
  20. Apart from the routine itself the archive also contains a small demo
  21. executable. Information on how to use the routine are included in the source
  22. code.
  23.  
  24. I'd like to thank David McMinn who helped me a lot when writing this routine.
  25.  
  26.  
  27. S-mail: Damir Arh
  28.         Titova 89
  29.         SI-4270 Jesenice
  30.         Slovenia
  31.  
  32. E-mail: damir.arh@telesat.si
  33.  
  34. WWW:    http://damir.gajba.net/
  35.  
  36.  
  37. ============================= Archive contents =============================
  38.  
  39. Original  Packed Ratio    Date     Time    Name
  40. -------- ------- ----- --------- --------  -------------
  41.    19404   10993 43.3% 30-Aug-00 13:25:18 +ActiveWindow
  42.     1682     808 51.9% 30-Aug-00 13:24:04 +ActiveWindow.asc
  43.     1219     651 46.5% 30-Aug-00 13:40:50 +ActiveWindow.readme
  44. -------- ------- ----- --------- --------
  45.    22305   12452 44.1% 02-Sep-100 14:30:22   3 files
  46.